home *** CD-ROM | disk | FTP | other *** search
-
- The protection scheme for Mulitlink 2.08d is similar to others but the
- locations are different. If your addreses are different than those listed
- DO NOT CONTINUE. The address 090B can be anything but the address after
- the ":" must be the same. Use the commands as follows:
-
- A:DEBUG B:MLINK.COM
- U 3F96
-
- The display should be as follows:
-
- -U 3F96
- 090B:3F96 B90329 MOV CX,2903
- 090B:3F99 E81E00 CALL 3FBA change to 909090
- 090B:3F9C 732D JNB 3FCB change to EB2D
- 090B:3F9E B90829 MOV CX,2908
- 090B:3FA1 E81600 CALL 3FBA change to 909090
- 090B:3FA4 7325 JNB 3FCB change to EB25
- 090B:3FA6 FE0E442F DEC BYTE PTR [2F44]
- 090B:3FAA 7FEA JG 3F96
- 090B:3FAC FE06432F INC BYTE PTR [2F43]
- 090B:3FB0 803E432F01 CMP BYTE PTR [2F43],01
- 090B:3FB5 76DF JBE 3F96
- 090B:3FB7 E9DACA JMP 0A94
- 090B:3FBA B80102 MOV AX,0201
- 090B:3FBD BBAA36 MOV BX,36AA
- 090B:3FC0 B600 MOV DH,00
- 090B:3FC2 8A16432F MOV DL,[2F43]
- 090B:3FC6 0E PUSH CS
- 090B:3FC7 07 POP ES
- 090B:3FC8 CD21 INT 21
- 090B:3FCA C3 RET
- 090B:3FCB A15B32 MOV AX,[325B]
- 090B:3FCE 3906AA36 CMP [36AA],AX
- 090B:3FD2 75D8 JNZ 3FAC change to 9090
- 090B:3FD4 8036C93E32 XOR BYTE PTR [3EC9],32
-
-
-
- -U 408A
- 090B:408A 3B17 CMP DX,[BX]
- 090B:408C 740B JZ 4099 change to EB0B
-
-
- Enter the changes as follows:
-
- E 3F99 909090
- E 3F9C EB2D
- and etc as shown in the printout. To Finish do the following:
-
- Q
- W
- and that all. Good Luck. My thanks to J.P for the idea I just
- got the locations. D.H.
-
-